Double Open Server Package Configuration Provider
A package configuration provider that loads package configurations from a Double Open Server instance.
Configuration
Example
{
"DOS": {
"options": {
"url": null,
"timeout": null
},
"secrets": {
"token": null
}
}
}
Options
url
The URL where the DOS backend is running.
token
The secret token to use with the DOS backend.
timeout
The timeout for communicating with the DOS backend, in seconds.